crypto/tls.clientHandshakeStateTLS13.session (field)
14 uses
crypto/tls (current package)
handshake_client.go#L257: session: session,
handshake_client_tls13.go#L26: session *SessionState
handshake_client_tls13.go#L254: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L260: ticketAge := c.config.time().Sub(time.Unix(int64(hs.session.createdAt), 0))
handshake_client_tls13.go#L261: hs.hello.pskIdentities[0].obfuscatedTicketAge = uint32(ticketAge/time.Millisecond) + hs.session.ageAdd
handshake_client_tls13.go#L350: if len(hs.hello.pskIdentities) != 1 || hs.session == nil {
handshake_client_tls13.go#L353: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L364: c.peerCertificates = hs.session.peerCertificates
handshake_client_tls13.go#L365: c.activeCertHandles = hs.session.activeCertHandles
handshake_client_tls13.go#L366: c.verifiedChains = hs.session.verifiedChains
handshake_client_tls13.go#L367: c.ocspResponse = hs.session.ocspResponse
handshake_client_tls13.go#L368: c.scts = hs.session.scts
handshake_client_tls13.go#L472: if hs.session.cipherSuite != c.cipherSuite {
handshake_client_tls13.go#L476: if hs.session.alpnProtocol != c.clientProtocol {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |